runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L1186: 		sched.stopwait = freezeStopWait
		proc.go#L1654: 	sched.stopwait = gomaxprocs
		proc.go#L1660: 	sched.stopwait--
		proc.go#L1671: 			sched.stopwait--
		proc.go#L1687: 		sched.stopwait--
		proc.go#L1689: 	wait := sched.stopwait > 0
		proc.go#L1718: 	if sched.stopwait != 0 {
		proc.go#L3166: 		sched.stopwait--
		proc.go#L3167: 		if sched.stopwait == 0 {
		proc.go#L3319: 	sched.stopwait--
		proc.go#L3320: 	if sched.stopwait == 0 {
		proc.go#L4687: 	if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
		proc.go#L4703: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L4889: 	if sched.stopwait == freezeStopWait {
		proc.go#L6533: 		print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
		runtime2.go#L829: 	stopwait   int32